Include config.h in some files that missed it
authorMartin Nordholts <martinn@src.gnome.org>
Wed, 25 Mar 2009 19:02:17 +0000 (19:02 +0000)
committerMartin Nordholts <martinn@src.gnome.org>
Wed, 25 Mar 2009 19:02:17 +0000 (19:02 +0000)
Patch from Gary V. Vaughan

svn path=/trunk/; revision=395

ChangeLog
babl/base/conversions-type.c
babl/base/model-cmyk.c

index dad62319dd579f7434abee2b684fd295a69344ef..a0ec1ddc7aec7291b6beaca126022638f1c885c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-25  Martin Nordholts  <martinn@svn.gnome.org>
+
+       Apply patch from Gary V. Vaughan that includes config.h in some
+       files that missed it.
+
+       * babl/base/conversions-type.c
+       * babl/base/model-cmyk.c
+
 2009-02-24  Sven Neumann  <sven@gimp.org>
 
        * */*.c: based on a patch from Gary V. Vaughan, include "config.h"
index 64fc2b4656845b94fdea11b2718c2d854d137a59..b2fd855391e3aaa294947c6de8fd9cef3b2c5424 100644 (file)
@@ -16,6 +16,7 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
 #include <string.h>
 #include "babl.h"
 #include <stdio.h>
index 1fbed8b2f684191c2d26b725907d20311681be38..19ef1c9fa8108c1ed786088937c50f4b4efe0850 100644 (file)
@@ -16,6 +16,7 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
 #include <string.h>
 #include <math.h>
 #include <assert.h>